iT邦幫忙

0

每日一篇學習筆記 直到我做完專題 :( [Day34]

  • 分享至 

  • xImage
  •  

今天簡單練習一下python
之後要用來機器學習

從hackerrenk稍稍練習

if __name__ == '__main__':
    n = int(input().strip())
if n % 2 != 0:
    print("Weird")
elif 2 <= n <= 5:
    print("Not Weird")
elif 6 <= n <= 20:
    print("Weird")
elif 20 < n:
    print("Not Weird")
if __name__ == '__main__':
    a = int(input())
    b = int(input())
    c = a//b
    d = a/b
    print(c)
    print(d)

還有跑去看bilibili 20分鐘快速學python


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言